Search
PieChart.setDetachedSlices Method
See Also
 






Sets a list with the indices of the detached pie slices.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public void setDetachedSlices (
    List<Integer> value
)

 Parameters

value

A list with the zero-based indices of the slices that should be rendered as detached.

 See Also